## version ## language ## codeset 0 ; version $VER: ScreenDaemon.cd 1.00 (8.7.95) ; Catalog description file for ScreenDaemon (SD). ; Translators: read "Translators.readme" for instructions. ;************************************************************************* ; Initialization Strings ;************************************************************************* NOEXICONMSG ;Couldn't access icon\n'%s'\nto read tooltypes! ; <%s = iconname> BADCOMMANDMSG ;Couldn't parse command:\n%s ; <%s = errormsg> BADBOOLTOOLMSG ;Invalid value '%s'\nfor boolean keyword '%s'.\nPlease specify a value of\nYES, NO, TRUE or FALSE. ; <%s = user's value> <%s = keyword> BADSTRTOOLMSG ;Invalid value for string keyword '%s'.\nPlease supply an unquoted value for this keyword. ; <%s = keyword> BADINTTOOLMSG ;Invalid value '%s'\nfor integer keyword '%s'.\nPlease supply an integer value. ; <%s = user's value> <%s = keyword> BADHEXTOOLMSG ;Invalid value '%s'\nfor hex keyword '%s'.\nPlease supply a hexadecimal value. ; <%s = user's value> <%s = keyword> BADKEYTOOLMSG ;Invalid value '%s'\nfor keyword '%s'.\nPlease supply one of:\n%s. ; <%s = user's value> <%s = keyword> <%s = valid values> BADDCLIPTOOLMSG ;Invalid value '%s'\nfor keyword DCLIP.\nPlease supply four integers,\nseparated by commas. ; <%s = user's value> NOOPENFONTMSG ;Couldn't open font '%s', size %ld! ; <%s = fontname> <%ld = fontsize> NOPOPKEYMSG ;Couldn't create popup hotkey\n'%s'! ; <%s = hotkey description> NOCXOBJMSG ;Couldn't create commodity broker object! ;************************************************************************* ; Requester Title & Gadget Strings ;************************************************************************* INFORMTITLEMSG ;Message from ScreenDaemon INFORMOKAYMSG COMMDESCMSG ;ARexx host for Public Screen Management. ; ;************************************************************************* ; General Runtime Strings ;************************************************************************* NOMEMMSG ;Not enough memory available! NOLIBMSG ;Couldn't open %s V%lu! ; <%s = libname> <%lu = libver> NOOPENSCRMSG ;Couldn't open the new public screen!\n%s ; <%s = specific error msg, below> OPSNOMONITORMSG ;The monitor required for this\ndisplay mode is not available. OPSNOCHIPSMSG ;You need newer custom chips\nfor this display mode. OPSNOCHIPMEMMSG ;Not enough Chip memory available. OPSNOTUNIQUEMSG ;This public screen name is already in use. OPSUNKNOWNMODEMSG ;The requested display mode\nwas not recognized. OPSTOODEEPMSG ;Your Amiga cannot display so many\ncolours in that display mode. OPSOTHERERRMSG ;Intuition returned an\nunrecognized error code! NOOPENFILEMSG ;Couldn't open file\n'%s'! ; <%s = filename> NOREADFILEMSG ;Couldn't read from file\n'%s'! ; <%s = filename> NOWRITEFILEMSG ;Couldn't write to file\n'%s'! ; <%s = filename> NOIFFMEMMSG ;Not enough memory to process IFF file\n'%s'! ; <%s = filename> NOTIFFMSG ;'%s'\nis not a valid IFF file! ; <%s = filename> OTHERIFFMSG ;Couldn't process IFF file\n'%s'!\nAn unrecognized error occurred. ; <%s = filename> BADPALETTEMSG ;File '%s' doesn't appear\nto be a valid palette file or ILBM! ; <%s = filename> NOSETDEFPSMSG ;Couldn't set '%s'\nto be the default public screen!\nIt may be private or closed.\n'%s' is still the default. ; <%s = pubscrname> <%s = pubscrname> NOCLOSEPSMSG ;Couldn't close public screen\n'%s'!\nIt may be private or closed,\nor have visitor windows open on it. ; <%s = pubscrname> CANNOTQUITMSG ;Sorry, ScreenDaemon cannot quit right now, because\nit is still in charge of one or more screens. NOFINDPUBSCRMSG ;Couldn't find any public screen named\n'%s'! ; <%s = pubscrname> NOHOSTMSG ;Couldn't send command to ARexx host\n'%s': host port not found! ; <%s = portname> NORUNPROGMSG ;Couldn't launch program\n'%s'! ; <%s = filename>